projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20cf42c
)
inspector: use guint to fix the windows build
author
Ignacio Casal Quinteiro
<icq@gnome.org>
Thu, 25 Feb 2016 14:25:19 +0000
(15:25 +0100)
committer
Ignacio Casal Quinteiro
<icq@gnome.org>
Thu, 25 Feb 2016 14:25:19 +0000
(15:25 +0100)
gtk/inspector/general.c
patch
|
blob
|
history
diff --git
a/gtk/inspector/general.c
b/gtk/inspector/general.c
index 571e46d97fc476713aca8cb5b970cafbfba96255..f4af0830e5daf521c5271b7426f004de2159efc9 100644
(file)
--- a/
gtk/inspector/general.c
+++ b/
gtk/inspector/general.c
@@
-380,7
+380,7
@@
add_device (GtkInspectorGeneral *gen,
char *text;
GString *str;
int i;
- uint n_touches;
+
g
uint n_touches;
box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 40);
g_object_set (box,